AcceptCookies
AcceptCookies Component
This component is a toast notification that asks the user to accept the terms of service and privacy policy. It uses the react-cookie
library to store the user's preference.
Example Usage
import AcceptCookies from '@site/src/components/AcceptCookies';
<AcceptCookies />